@CHARSET "UTF-8";
body { padding-top: 70px;background: #f0f0f0;font-family: PingFangSC-Regular, "Microsoft YaHei",sans-serif;}
body.body-white {background: #fff;}
#backtotop { position: fixed;bottom: 50px;right: 20px;display: none;cursor: pointer;font-size: 50px;z-index: 9999;}
#backtotop i { color: rgb(109 168 255);}
#backtotop:hover { color: #333}
#main-menu-user li.user { display: none}
.navbar-fixed-top, .navbar-fixed-bottom { position: fixed;}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top { margin-right: 0px;margin-left: 0px;}
.navbar .nav .user { padding: 0;line-height: 70px;}
.navbar .nav .user .headicon { margin: 0 5px;height: 30px;}
.navbar .nav .user .caret { vertical-align: middle;margin: 0 5px;}
.navbar-default { background-color: rgba(255,255,255,1)!important;}

/*index*/
.caption-wraper { position: absolute;bottom: 0;width: 100%;}
.caption-wraper .caption { position: relative;background-color: rgb(53 132 251);border-radius:0px 0px 10px 10px!important;padding-left:20px;color: #fff;font-size: 16px;height: 50px;line-height: 50px;}
.tc-gridbox { margin: 0;}
/*tc widget*/
.tc-main { margin-top: 20px;}




/*tc-box*/
.tc-box { background: #fff;padding: 5px 10px;margin: 0 0 10px 0;}
.body-white .tc-box{ border: solid 1px #eee;}
.tc-box.first-box { margin: 0 0 10px 0;}
.tc-box.article-box { padding: 5px 20px;}
.tc-gridbox-container { width: 25%;float: left;}
.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}



/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {}
.posts .dl-horizontal {margin-bottom: 15px;overflow: hidden;}
.posts .dl-horizontal dt {width: 60px;float: left;}
.posts .dl-horizontal dt .img-wraper {display: block;width: 55px;height: 55px;padding: 1px;margin-top: 2px;border: solid 1px #ddd;}
.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}
.posts .dl-horizontal dd {margin-left: 70px;}
.posts .dl-horizontal dd p { margin: 0;}
.posts .dl-horizontal dd a { font-size: 14px;line-height: 16px !important;}
.posts .dl-horizontal dd a:hover { text-decoration: none;}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav li a { color: rgb(77 87 122)!important;font-size: 14px;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #fff!important;}
.main { margin-top: 20px;}
.main-left { float: left;overflow: hidden;}
.main-center { float: left;overflow: hidden;background: rgb(255 255 255);border-radius: 10px;padding-top: 15px;padding-bottom: 15px;}
.main-right { float: right;overflow: hidden;}
.bg0 { background: #F5F5F5;}
.bgc { background: rgb(240 240 246);}
.bgw { background: #fff;}
.logo-h, .nav-h { display: inline;}
.nav-h { color: rgb(77 87 122)!important;font-size: 14px;}
.red-title { height: 40px;padding-left: 15px;padding-right: 10px;margin-bottom: 0px;}
.red-title .topic { font-size: 16px;font-weight: bold;color: rgb(77 87 122);line-height: 40px;display: inline;}
.red-title .more-btn{ width: 44px;float: right;margin-top: -1px;}
.red-title .more-btn a{ font-size: 14px;color: rgb(109 168 255);line-height: 40px;text-decoration: none;}
.radius-10 { border-radius: 10px;}

.wrap-box { margin-bottom: 20px;overflow: hidden;background-color: rgb(255 255 255);padding-top: 10px;padding-bottom: 10px;}
.article-item { padding-bottom: 12px;border-top: 1px solid #E4E4E4;margin-left: 15px;margin-right: 15px;overflow: hidden;padding-top: 10px;}
.article-item .title { height: 30px;display: flex;}
.article-item .title a { font-size: 16px;font-weight: bold;line-height: 30px;color: #666666;overflow: hidden;text-decoration: none;}
.article-item .detail { text-decoration: none;}
.article-item .detail img { width: 80px;height: 60px;float: left;margin-right: 10px;}
.article-item .detail .content { line-height: 1.8;color: #666666;}
.pointer { display: inline-block;color: rgb(53 132 251);}

.article-item-w { margin-bottom: 10px;margin-top: 18px;}
.article-item-w a { text-decoration: none;overflow: hidden;}
.article-item-w img{ position: relative; }
.article-item-w p { height: 41px;font-size: 14px;color: #fff;background: rgb(53 132 251);width: 230px;margin: 0;padding: 0;line-height: 41px;text-align: center;margin-top: -41px;position: relative;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}

.sy-box { margin-bottom: 0px;}
.topic-big { height: 50px;background: #F5F5F5;border-top: 1px solid #7F7F7F;margin-bottom: 10px;}
.topic-big .title { height: 50px;line-height: 50px;background: #F95E5A;padding-left: 10px;padding-right: 10px;font-size: 14px;color: #fff;display: inline-block;}
.item-article-c { padding: 16px 0px 16px 0px;border-top: 1px solid #E4E4E4; margin: 0 10px;}
.item-article-c img { width: 134px;height: 100px;float: left;}
.item-article-c .detail { padding-left: 20px;display: grid;}
.item-article-c .detail .title { font-size: 16px;color: rgb(77 87 122);padding-bottom: 0px;}
.item-article-c .detail .title a { font-size: 16px;color: rgb(77 87 122); font-weight: bold;}
.item-article-c .detail .tag { font-size: 12px;color:rgb(85 96 128);margin-bottom: 5px;}
.item-article-c .detail .author-time span{ padding-right: 20px;}
.item-article-c .detail .tag .cat, .item-article-c .detail .tag .tag-s { color:rgb(85 96 128);text-decoration: none;}
.item-article-c .detail .tag .tag-s { padding-right: 0px;}
.item-article-c .detail .tag .line-c { padding: 0 5px;}
.item-article-c .detail .author { margin: 0px;padding-left: 5px;}
.item-article-c .detail .author span{ color: #CCCCCC;font-size: 12px;}

.site-name { overflow: hidden; padding-left: 10px;}
.site-name li { float: left;background: #f2f2f2; list-style: none;text-align: left; width: 45%; padding: 10px 20px;  margin-bottom: 10px;  margin-right: 10px;  }
.site-name li a { color: #333; }
.site-name li a i {}
.ad img { width: 100%; margin-bottom: 10px;}

.mall { padding-left: 10px; margin-bottom: 10px;}
.mall-name { float: left;width: 182px;margin: 0px 0px 10px 0px;padding-left: 10px!important;}
.mall-name a {}
.mall-name a img{ width: 100%; height: 140px;}
.mall-name a p{ width: 100%;}
.hot-left { padding-right: 0px;}
.mall-center { padding-top: 0px;padding-bottom: 0px;}
.mall-center .wrap-box { margin-bottom: 0px;}

.index-tags { padding: 5px 15px;}
.index-tags a {  background-color: rgb(196 199 220);  color: rgb(77 87 122);  text-decoration: none;  padding: 5px 10px;  display: inline-block;  margin-right: 10px;  margin-bottom: 10px;  }
.f-center div { margin-bottom: 15px;}
.f-center a { color: rgb(215 220 225); padding-right: 10px;  }
.navbar-form { }
.navbar-form .btn{ background: #333333; }
.hot-words { width: 100%;overflow: hidden;margin-bottom: 20px;}
.hot-words a { float: left;padding-right: 5px;font-size: 14px;color: #333333;float: left;text-decoration: none;}
.style-2 { border-top: 2px solid #F95E5A;border-left: none;}
.item-article-l { padding: 10px 0px 10px 0px;margin-left: 15px;border-bottom: 1px solid #E4E4E4;margin-right: 10px;}
.item-article-l img { width: 70px; height: 70px;float: left;}
.item-article-l a { text-decoration: none;}
.item-article-l .title { display: grid;color: #666666;font-size: 14px;height: 50px;margin-top: 10px;margin-bottom:10px;padding-left: 18px;line-height: 1.8;}
.p-b-20 { padding-bottom: 20px;}
.m-b-20 { margin-bottom: 20px;}
.m-b-30 { margin-bottom: 30px;}
.m-b-0 { margin-bottom: 0px;}
.b-i-tj { padding: 0px 20px 20px;}
.item-article-l-2 { padding-right: 0px;overflow: hidden;margin-bottom: 10px;}
.item-article-l-2 a { text-decoration: none; }
.item-article-l-2 .title { color: #666666;font-size: 14px;line-height: 1.8;height: 50px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}

#footer { background: rgb(0 33 66); overflow: hidden;}
.map , .phone, .wechat{ margin-top: 10px;}
.map .title { font-size: 14px;color: rgb(215 220 225);text-decoration: none;}
.map .line-v { color: rgb(215 220 225);padding: 0 10px;}
.copyright { color: #666666;font-size: 14px;}
.phone , .email{ font-size: 13px;color: rgb(218 123 28);}
.phone span, .email span { padding-right: 5px;}
.phone span img, .email span img{ margin-top: -4px;}
.wechat img { width: 100%;}
.wechat .title { text-align: center;color: #999999;display: inherit;padding-top: 5px;}
.links { border: 1px solid #797979;padding: 20px;}
.links .topic { font-size: 14px; color: #333333;padding: 0;}
.links .list { padding-right: 5px;}
.links a { text-decoration: none;font-size: 14px; color: #333333;padding-right: 5px;}
.page-link { margin-left: 5px!important;}
.f-top , .f-center{ border-bottom: 1px solid rgb(215 220 225);margin-left: 0px;margin-right: 0px;}
.f-top .col-md-8 { padding-left: 0px;}
.f-top .col-md-2 { padding-right: 0px;}
.f-center .topic { color: #fff;margin-top: 15px;font-size: 14px;}
.f-center .col-md-8 { padding-left: 0px;}
.f-center .col-md-8 a{ text-decoration: none;color: rgb(215 220 225); padding-right: 15px;}
.wechat { text-align: center;}
.icp p { color: rgb(62 87 112);padding-left: 15px;margin: 15px 0;font-size: 12px;}
.icp p a { color: rgb(62 87 112); text-decoration: none;}
.phone { text-align: right;}
.page { margin: 10px 0px 30px 0px;}
.pagination>li>a { color: #999999;}
.pagination>li>a:hover { background-color: rgb(53 132 251)!important;}
.pagination>li.active >span { color: #fff!important;background-color: rgb(53 132 251)!important;}
.navbar-default .navbar-nav>.active>a { background-color: rgba(255,255,255,0.95) !important;}
.line-nav { float: left;padding-top: 25px;color: rgb(77 87 122);padding-left: 5px;padding-right: 5px;}
.navbar-form { position: relative;}
.navbar-form .form-control { border-radius: 20px;height: 30px!important;position: relative;}
.navbar-brand { padding-top: 12px!important;}
.location { margin-left: 20px;margin-bottom: 20px;color: rgb(179 185 201);}
.location .cat-name { color: rgb(97 106 137);}
.list-right .sy-box .sy-slide img { height: auto;}
.list-left { padding-right: 0px;padding-left: 0px;}
.list-left .sy-box { background-color: rgb(255 255 255);}
.list-left .sy-box { padding-top: 15px;border-radius: 10px 10px 0px 0px;overflow: hidden;padding-left: 15px;padding-right: 15px;}
.list-left .sy-box .sy-slide { border-radius: 10px; overflow: hidden;}
.list-left .caption-wraper .caption { border-radius: unset;}
.cat-nav { padding-top: 20px;padding-bottom: 5px;background-color: rgb(255 255 255);padding-left: 15px;display: flex;flex-wrap: wrap;}
.cat-nav .cat { color: rgb(31 58 92);font-size: 16px; font-weight: bold;margin-right: 15px;margin-top: 10px;}
.cat-nav span, .cat-nav h2 { margin-right: 10px;display: inline-flex; margin-bottom: 15px;margin-top: 3px;}
.cat-nav a { padding:8px 25px;background: rgb(196 199 220);border-radius: 20px;text-decoration: none;color: rgb(31 58 92);font-size: 14px;}
.cat-nav a:hover { background-color: rgb(53 132 251); color: #fff;}
.item-article-c .detail .tag span.author { float: right;color: #CCCCCC;}
.c-cat-list .title a { color: rgb(77 87 122);text-decoration: none;}
.c-cat-list { overflow: hidden;}
.c-cat-list .title { }
.c-cat-list { padding-bottom: 8px;}
.c-cat-list .detail .title a { display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.5;}
.c-cat-list .detail .description { display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.p-t-15 { padding-left: 15px;padding-right: 15px;}
.b-t-10 { border-radius: 10px 10px 0px 0px;}
.b-d-10 { border-radius: 0px 0px 10px 10px;}
.tag-num { color: rgb(77 87 122);font-size: 18px;}
.cat-name a { color: rgb(179 185 201);text-decoration: none;}
.cat-name a.active { color: rgb(77 87 122);font-size: 16px;}
.article-box { margin-bottom: 0px;}
.article-box h2, .article-box h1 { color: rgb(77 87 122);font-size: 20px;}
.tag-k h2 { font-size: 14px; display: inline;color: #fff;}
.article-infobox { }
.article-infobox span{ color: rgb(132 132 132);}
.article-box .tag .line-c { display: none;}
.article-box .tag { overflow: hidden;padding-bottom: 20px;border-bottom: 1px solid rgb(184 183 191);}
.article-box .tag a { text-decoration: none;background-color: rgb(184 183 191);padding: 4px 10px;margin-right: 10px;color: #fff;display: inline-block;}
#article_content { padding-top: 30px;color: #666666;}
.mzsm { background-color: rgb(53 132 251);color: #fff;padding:5px;margin-top: 15px;}
.article-xg-title { color: rgb(96 106 136);font-weight: bold;font-size: 20px;padding-bottom: 10px;}
.top-nav { position: relative;float: left;width: 12%;}
.child-name { position: relative;float: left;width: 88%;}
.item-article-c .content span { color: rgb(109 168 255);}
a { text-decoration: none;}
.article-item-rank { padding:10px 0px;margin:0px 10px;border-top: 1px dashed rgb(165 174 191);}
.article-item-rank a { color: rgb(77 87 122);text-decoration:none;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.article-item-rank a i { font-size: 30px;}
.article-item-rank a span { color: rgb(31 31 31);font-weight: bold;}
.rank1 { border-top: 1px solid #E4E4E4;}
.rank1 a span, .rank2 a span, .rank3 a span { margin-left: -22px;margin-right: 15px;color: #fff;}
.rank1 a i { color: rgb(239 196 116);}
.rank2 a i { color: rgb(173 186 195);}
.rank3 a i { color: rgb(188 161 125);}
.wrap-box .article-item-rank:nth-child(n+5) a span { padding: 0px 8px 0px 13px;}
.tags a{ background-color: rgb(196 199 220);color: rgb(77 87 122);text-decoration: none;padding: 5px 20px; border-radius: 15px;display: inline-block;margin-right: 10px;margin-bottom: 10px;}

.main-title { color: rgb(77 87 122);}
.main-title h3, .main-title h1 { color: rgb(77 87 122);font-size: 15px;display: inline;}
.search-form input { width: 86%;display: table-cell;height: 46px;}
.search-form button { width: 13%;display: inline-block;height: 46px;margin-top: -3px;margin-left: -4px;background: rgb(53 132 251);color: #fff;}
.search-form button span { padding-left: 5px;}
.em-result p { color: rgb(166 166 166);}

.location span.active, .location h1.active  { position: relative;display: inline;font-size: 14px;}
.location span.active:before, .location h1.active:before { content: ' ';width: 30px;height: 3px;background: rgb(0 132 255);position: absolute;top: 22px;left: 50%;margin-left: -15px;}
.h-page { display: none;}

.map { padding-left: 5px;}
.map  li { list-style: none;}
.map a { text-decoration: none;color: rgb(77 87 122);}
.map .top-nav { overflow: hidden; width: 100%;}
.map ul li { float: left;margin-right: 20px;margin-bottom: 10px;}
.map .down-cat-ul { overflow: hidden;padding-left: 0px;padding-top: 20px; padding-bottom: 20px;}
.map .top-cat { font-weight: bold;}

.page-nav { background: #fff;padding-top: 20px;min-height: 250px;}
.page-nav li { list-style: none;margin-bottom: 20px;}
.page-nav li a { color: rgb(97 106 137);}
.page-nav li a.active { color: rgb(218 123 28);}
.page-text { min-height: 500px;margin-bottom: 50px;}
.page-text .article_content { margin-top: 0px;}
.page-text h2 { font-size: 14px;font-weight: bold;}
.iconredian2 { color: red; padding-left: 5px;}
.adv-txt { overflow: hidden; padding: 20px 0px;  border-bottom: 1px solid rgb(184 183 191);}
.adv-tip { color: red; font-weight: bold;}
.adv-txt li { float: left; list-style: none;padding: 5px 9px;}
.adv-txt li a { background: rgb(196 199 220); border-radius: 5px;  text-decoration: none;  color: rgb(31 58 92);  padding: 5px 10px;  }



@media (min-width: 1200px) {
    .caret-box { display: none;}
    .sy-slide a img { height: 380px;border-radius: 10px;}
    .item-article-c .detail .title { font-size: 16px;}
    .article-item { height: 116px;}
    .article-item .detail .content { width: 130px;display: inherit;font-size: 12px;}
    .article-item .detail .content span { color: rgb(109 168 255);}
    .article-item-w { padding-left: 15px;}
    .article-item .detail .content span i { font-size: 12px;}
    .article-item-w img{ width: 230px;height: 172px;}
    .navbar-form .form-group { padding-left: 0px;width: 178px;}
    .item-article-l-2  .title{ width: 120px;}
    .item-article-l-2:nth-child(odd) { padding-left: 5px;}
    .item-article-l-2:nth-child(even) { padding-left: 15px;}
    .item-article-l-2 img { width: 120px;height: 90px;}
    .links-box { margin-left: 0px;margin-right: 0px;}
    .contact { padding-left: 0px;padding-right: 0px;}
    .email { padding-left: 0px;padding-right: 0px;margin-top: 10px;text-align: right;}
    .wechat img { width: 70px;height: 70px;}
    .navbar-form .search { position: absolute;top: 3px;right: 25px;height: 25px;border-radius: 12px;background-color: #fff;border: none;}
    .contact .col-md-6 { padding: 5px 10px 5px 10px;}
    .contact .col-md-6 p { background-color: rgb(51 77 104);border-radius: 5px;padding-top: 2px;}
    .contact .col-md-6 p img { border-radius: 5px;}
    .list-left .sy-box .sy-slide a img { height: auto;}
    .c-cat-list .thumb { width: 192px;height: 144px;}
    .c-cat-list .detail .description { height: 80px;color: rgb(141 141 141);}
    .tag-list { margin-left: 12.5%;}
    .tag-num { padding-left: 12.5%;}
    .em-result { padding: 80px 0px;}
    .tag-list { min-height: 500px;}
}


		